func runtime.osyield

26 uses

	runtime (current package)
		coro.go#L233: 		tryRecordGoroutineProfile(gnext, nil, osyield)
		cpuprof.go#L110: 		osyield()
		cpuprof.go#L147: 		osyield()
		lock_spinbit.go#L220: 				osyield() // TODO: Consider removing this step. See https://go.dev/issue/69268.
		mgcsweep.go#L495: 		osyield()
		mprof.go#L1420: 	tryRecordGoroutineProfile(gp1, nil, osyield)
		os_linux.go#L462: func osyield()
		os_linux.go#L466: 	osyield()
		os_linux.go#L838: 			osyield()
		os_linux.go#L861: 			osyield()
		preempt.go#L250: 			osyield()
		proc.go#L1304: 			osyield()
		proc.go#L3343: 		tryRecordGoroutineProfile(gp, nil, osyield)
		proc.go#L5123: 			osyield()
		proc.go#L5729: 		osyield()
		proc.go#L7269: 							osyield()
		signal_unix.go#L974: 	osyield()
		signal_unix.go#L975: 	osyield()
		signal_unix.go#L976: 	osyield()
		signal_unix.go#L982: 	osyield()
		signal_unix.go#L983: 	osyield()
		signal_unix.go#L984: 	osyield()
		trace.go#L282: 		osyield()
		trace.go#L549: 				osyield()
		tracecpu.go#L266: 		osyield()
		type.go#L125: 			osyield()